From 25e30edf045987308fc83063096e1b6dd0792799 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 26 Jul 2002 07:08:58 +0000 Subject: [PATCH] (lwarn, warn): Doc fix. --- lisp/warnings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/warnings.el b/lisp/warnings.el index 054dc4d65ac..9f202fd24a3 100644 --- a/lisp/warnings.el +++ b/lisp/warnings.el @@ -249,7 +249,7 @@ See also `warning-series', `warning-prefix-function' and (defun lwarn (group level message &rest args) "Display a warning message made from (format MESSAGE ARGS...). Aside from generating the message with `format', -this is equivalent to `display-message'. +this is equivalent to `display-warning'. GROUP should be a custom group name (a symbol). or else a list of symbols whose first element is a custom group name. @@ -267,7 +267,7 @@ LEVEL should be either :warning, :error, or :emergency. (defun warn (message &rest args) "Display a warning message made from (format MESSAGE ARGS...). Aside from generating the message with `format', -this is equivalent to `display-message', using +this is equivalent to `display-warning', using `emacs' as the group and `:warning' as the level." (display-warning 'emacs (apply 'format message args))) -- 2.30.2